.RadRotator_MyTheme {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.RadRotator_MyTheme .rrClipRegion {
    border-color: #dedede;
    color: #333333;
    background-color: #ffffff;
    border-radius: 0.2857142857em;
}

.RadRotator_MyTheme a.rrButton,
.RadRotator_MyTheme a.rrButton.rrButtonDisabled,
.RadRotator_MyTheme a.rrButton.rrButtonDisabled:hover,
.RadRotator_MyTheme a.rrButton.rrButtonDisabled:active,
.RadRotator_MyTheme a.rrButton.rrButtonDisabled:focus {
    padding: 6px;
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    box-shadow: none;
}

.RadRotator_MyTheme a.rrButtonUp {
    top: 0.0714285714em;
}

.RadRotator_MyTheme a.rrButtonLeft {
    left: 1px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadRotator_MyTheme a.rrButtonUp {
        top: 0;
    }
    .RadRotator_MyTheme a.rrButtonRight {
        right: 0;
    }
    .RadRotator_MyTheme a.rrButtonDown {
        bottom: 0;
    }
    .RadRotator_MyTheme a.rrButtonLeft {
        left: 0;
    }
}

.RadRotator_MyTheme a.rrButton:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    box-shadow: inset 0 0 1px #ffffff;
}

.RadRotator_MyTheme a.rrButton:focus {
    outline-width: thin;
    outline-offset: -2px;
    outline-color: #adadad;
}

.RadRotator_MyTheme a.rrButton:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
    color: #333333;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.RadRotator_MyTheme .rrLoadingSign {
    background-image: url(" ");
}
